home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #49 (1990)(Merlin's Software - Amiganuts United)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #49 (1990)(Merlin's Software - Amiganuts United)(PD).adf / Docs / SampleScanner.docs < prev    next >
Text File  |  1990-11-15  |  3KB  |  73 lines

  1.         SampleScanner - PUBLIC DOMAIN - by Steven Lagerweij
  2.         ---------------------------------------------------
  3.  
  4. I wrote the Samplescanner so I could grab sounds from disks that are
  5. not DOS disks.
  6.  
  7. Games often use (very nice) soundsamples, but these disks cannot be read by
  8. DOS so you cannot load a program that contains a sample into a samplerprogram.
  9. But with this program you can!
  10. There are some restrictions : The sample must be in one part on the disk
  11.                               The sample must be in 'pure' form
  12.                               (containing no other data than sampledata)
  13.                               It must be on a readable disk
  14.  
  15. It is possible to scan real DOS disks ,but this won't work well.
  16. If you have found sounds that are on a dos disk, simply load that file in
  17. your samplerprogram. You don't need to do this with the SampleScanner.
  18.  
  19.  
  20. Menus:
  21.         Save            -  save parts of a disk to a file (on a DOS disk)
  22.                            Which makes it possible for you to load that part
  23.                            into your samplerprogram
  24.                            with the ArpReq gadget you can use the ARPrequester
  25.                            to get the full pathname.
  26.  
  27.         Quit            -  Quit
  28.  
  29.         Play Buffer     -  Plays the current contents of the buffer
  30.  
  31.         Scan disk       -  Scans the disk from the current offset
  32.                            (If offset is 1672 then the scan starts at blk 0)
  33.  
  34.         Audio Prefs     -  To set the period (speed) and the volume.
  35.  
  36.         Change Filter   -  Toggles audio filter.
  37.  
  38.         DF0 DF1 DF2 DF3 -  select drive
  39.  
  40. ---
  41.  
  42. The proportional gadget shows the current offset and you can drag it to a
  43. different position. It moves always in steps of 88 blocks.
  44.  
  45. ----
  46.  
  47. Source code is included. It was compiled with lattice C v4.0
  48. If you change the program please send me a copy of it,
  49. and leave my name in it.
  50.  
  51. These progams are only to be distributed as public domain.
  52. Otherwise don't sell these programs without my permission.
  53.  
  54. Distribution :
  55.     Always include :
  56.                         SampleScanner      executable
  57.                         SampleScanner.c    Source Code
  58.                         menus.h            header file
  59.                         rawkey.h           header file
  60.                         Arp.o              dme ARPrequest routine
  61.                         Filter.o           object FilterToggle()
  62.                         Filter.a           Assembly filter toggle
  63.                         linker             linkfile
  64.                         SampleScanner.doc  Docfile
  65.  
  66.  
  67. Any suggestions, donations, bugs, improvements, or anything
  68. can be send to:
  69.                 Steven Lagerweij
  70.                 Buizerdstraat 4
  71.                 4143 BA
  72.                 Leerdam, Netherland
  73.